body {
    background-color: black;
    color: white;
    font-family: GothamBook, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


.section {
    min-height: 100vh;
}

h1 {
    font-family: GothamBlack, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.hidescrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hidescrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.specialfont {
    font-size: calc(1.00rem + 4vw);
}

.nostyle{
    color: white;
    text-decoration: none;
    transition: 0.5s;
}
.nostyle:hover{
    color: orange;
    text-decoration: none;
    transition: 0.5s;
}

.standardimg {
    width: 100%;
    height: auto;
}

.iconimg {
    max-width: 50px;
}

.clickable {
    transition: 0.5s;
}

.clickable:hover {
    transition: 0.5s;
    transform: scale(1.1);
}

@font-face {
    font-family: GothamBlack;
    src: url(../font/GothamBlack.woff);
}

@font-face {
    font-family: GothamBook;
    src: url(../font/GothamBook.woff);
}